.rudo-content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;

}
.rudo-img {
    width: 25%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;

    & img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  
}
}
.rudo-me-like{
  width: 45%;
}
.rudo-img-desn {
      width: 45%;
    height: auto;

    & img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  
}
}
